Pet Store Web Service
PostplaceOrder
Description
Place an order for a pet
Request

The request body is of type Order.

order placed for purchasing the pet

Overview

Order
Represents an individual order.
id : long
Order Id.
petId : long
Pet Id.
status : string
Order Status
quantity : int
Quantity.
shipDate : Date
Shipping Date.
Fault Responses
FaultDescription
400This fault returns a response body of type (undefined).
Invalid order
See Also
Store Resource GroupPet Store Web Service

 

 


© 2013 All Rights Reserved.

Send comments on this topic.